home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 October / CHIP Turkiye Ekim 2000.iso / prog / demo / MATH / _SETUP.1 / Dllsabt.dll / RCDATA / TTOTOFRM / TTOTOFRM.txt
Text File  |  1999-11-29  |  4KB  |  254 lines

  1. object TotoFrm: TTotoFrm
  2.   Left = 121
  3.   Top = 23
  4.   Width = 552
  5.   Height = 551
  6.   Caption = 'ABT Spor Toto Tamin Program∩┐╜'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poScreenCenter
  15.   WindowState = wsMaximized
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object AG1: TStringAlignGrid
  19.     Left = 0
  20.     Top = 0
  21.     Width = 161
  22.     Height = 452
  23.     Align = alLeft
  24.     DefaultColWidth = 26
  25.     RowCount = 17
  26.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goEditing, goTabs]
  27.     TabOrder = 0
  28.     OnKeyUp = AG1KeyUp
  29.     ColWidths = (
  30.       26
  31.       26
  32.       26
  33.       26
  34.       35)
  35.     Cells = (
  36.       0
  37.       0
  38.       'SR'
  39.       0
  40.       1
  41.       '1'
  42.       0
  43.       2
  44.       '2'
  45.       0
  46.       3
  47.       '3'
  48.       0
  49.       4
  50.       '4'
  51.       0
  52.       5
  53.       '5'
  54.       0
  55.       6
  56.       '6'
  57.       0
  58.       7
  59.       '7'
  60.       0
  61.       8
  62.       '8'
  63.       0
  64.       9
  65.       '9'
  66.       0
  67.       10
  68.       '10'
  69.       0
  70.       11
  71.       '11'
  72.       0
  73.       12
  74.       '12'
  75.       0
  76.       13
  77.       '13'
  78.       0
  79.       14
  80.       '14'
  81.       0
  82.       15
  83.       '15'
  84.       0
  85.       16
  86.       '16'
  87.       1
  88.       0
  89.       '∩┐╜H.1'
  90.       2
  91.       0
  92.       '∩┐╜H.2'
  93.       3
  94.       0
  95.       '∩┐╜H.3'
  96.       4
  97.       0
  98.       '∩┐╜H.SY')
  99.   end
  100.   object AG2: TStringAlignGrid
  101.     Left = 161
  102.     Top = 0
  103.     Width = 383
  104.     Height = 452
  105.     Align = alClient
  106.     DefaultColWidth = 35
  107.     RowCount = 17
  108.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goEditing, goTabs]
  109.     TabOrder = 1
  110.     Cells = (
  111.       0
  112.       0
  113.       'X'
  114.       0
  115.       1
  116.       '1'
  117.       0
  118.       2
  119.       '2'
  120.       0
  121.       3
  122.       '3'
  123.       0
  124.       4
  125.       '4'
  126.       0
  127.       5
  128.       '5'
  129.       0
  130.       6
  131.       '6'
  132.       0
  133.       7
  134.       '7'
  135.       0
  136.       8
  137.       '8'
  138.       0
  139.       9
  140.       '9'
  141.       0
  142.       10
  143.       '10'
  144.       0
  145.       11
  146.       '11'
  147.       0
  148.       12
  149.       '12'
  150.       0
  151.       13
  152.       '13'
  153.       0
  154.       14
  155.       '14'
  156.       0
  157.       15
  158.       '15'
  159.       0
  160.       16
  161.       '16')
  162.   end
  163.   object Panel1: TPanel
  164.     Left = 0
  165.     Top = 452
  166.     Width = 544
  167.     Height = 72
  168.     Align = alBottom
  169.     TabOrder = 2
  170.     object Label1: TLabel
  171.       Left = 16
  172.       Top = 8
  173.       Width = 146
  174.       Height = 13
  175.       Caption = 'Oynanacak toplam kolon say∩┐╜s∩┐╜'
  176.     end
  177.     object Label2: TLabel
  178.       Left = 110
  179.       Top = 29
  180.       Width = 51
  181.       Height = 13
  182.       Caption = 'Kolon fiyat∩┐╜'
  183.     end
  184.     object Label3: TLabel
  185.       Left = 98
  186.       Top = 50
  187.       Width = 64
  188.       Height = 13
  189.       Caption = 'Toplam bedel'
  190.     end
  191.     object Edit1: TEdit
  192.       Left = 168
  193.       Top = 4
  194.       Width = 132
  195.       Height = 21
  196.       ReadOnly = True
  197.       TabOrder = 0
  198.       Text = '0'
  199.       OnChange = Edit1Change
  200.     end
  201.     object Button1: TButton
  202.       Left = 312
  203.       Top = 8
  204.       Width = 75
  205.       Height = 25
  206.       Caption = 'YEN∩┐╜'
  207.       TabOrder = 1
  208.       OnClick = Button1Click
  209.     end
  210.     object Button2: TButton
  211.       Left = 312
  212.       Top = 39
  213.       Width = 75
  214.       Height = 25
  215.       Caption = 'YAZ'
  216.       TabOrder = 2
  217.     end
  218.     object Button3: TButton
  219.       Left = 388
  220.       Top = 39
  221.       Width = 75
  222.       Height = 25
  223.       Caption = 'KAPAT'
  224.       TabOrder = 3
  225.     end
  226.     object Edit2: TEdit
  227.       Left = 168
  228.       Top = 26
  229.       Width = 132
  230.       Height = 21
  231.       TabOrder = 4
  232.       Text = '100000'
  233.     end
  234.     object Edit3: TEdit
  235.       Left = 168
  236.       Top = 47
  237.       Width = 132
  238.       Height = 21
  239.       ReadOnly = True
  240.       TabOrder = 5
  241.       Text = '0'
  242.     end
  243.     object Button4: TButton
  244.       Left = 388
  245.       Top = 8
  246.       Width = 75
  247.       Height = 25
  248.       Caption = 'OYNA'
  249.       TabOrder = 6
  250.       OnClick = Button4Click
  251.     end
  252.   end
  253. end
  254.